DrawPoint(int, int)

Method

Namespace: Imagini.Drawing

Declared in: Imagini.Drawing.Graphics


Draws a point at the specified coordinates using current color.

Syntax

public void DrawPoint(
	int x,
	int y
)

Back to index